home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
extras
/
programm
/
gemfsc19
/
gemfsc19.lzh
/
GEMFBIND
/
AESMENU2.S
< prev
next >
Wrap
Text File
|
1993-03-10
|
945b
|
36 lines
;*========================================================================
;*
;* AESFAST Public Domain GEM bindings.
;*
;*========================================================================
;*************************************************************************
;*
;* Menu Manager routines 2 of 2.
;* (This call is isolated because an accessory would use this, but none
;* of the other menu calls).
;*
;*************************************************************************
;-------------------------------------------------------------------------
; menu_register
;-------------------------------------------------------------------------
globl _menu_register
_menu_register:
; .cargs #4,apid,ptext.l
apid = 4
ptext = 6
move.l #$23010101,d0 ; AControl 35,1,1,1
lea apid(sp),a1 ; -> intin
lea ptext(sp),a0 ; -> addrin
jmp aes_do
; end of code